build: Partially revert "Drop old MSC makefiles"
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 15 Aug 2017 02:39:51 +0000 (10:39 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 15 Aug 2017 15:37:24 +0000 (23:37 +0800)
gtk/libgtk4.manifest.in is used to give the themed print dialog on
Windows, which should not be removed, so we ought to get it back.

https://bugzilla.gnome.org/show_bug.cgi?id=773299

gtk/libgtk4.manifest.in [new file with mode: 0644]

diff --git a/gtk/libgtk4.manifest.in b/gtk/libgtk4.manifest.in
new file mode 100644 (file)
index 0000000..6e1677e
--- /dev/null
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+  <assemblyIdentity
+      version="1.0.0.0"
+      processorArchitecture="@EXE_MANIFEST_ARCHITECTURE@"
+      name="libgtk3"
+      type="win32"
+  />
+  <dependency>
+    <dependentAssembly>
+      <assemblyIdentity
+          type="win32"
+          name="Microsoft.Windows.Common-Controls"
+          version="6.0.0.0"
+          processorArchitecture="@EXE_MANIFEST_ARCHITECTURE@"
+          publicKeyToken="6595b64144ccf1df"
+          language="*"
+      />
+    </dependentAssembly>
+  </dependency>
+</assembly>